From 13565174655596c58ca56f153c5a285df8158023 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Tue, 12 Dec 2006 13:52:18 -0600 Subject: [PATCH] [POWERPC][XEN] Fix kexec build breakage. Signed-off-by: Hollis Blanchard --- xen/arch/powerpc/crash.c | 1 + xen/arch/powerpc/machine_kexec.c | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/xen/arch/powerpc/crash.c b/xen/arch/powerpc/crash.c index f1729786ea..0ba8c5cac6 100644 --- a/xen/arch/powerpc/crash.c +++ b/xen/arch/powerpc/crash.c @@ -1,5 +1,6 @@ #include /* for printk() used in stub */ #include +#include #include void machine_crash_shutdown(void) diff --git a/xen/arch/powerpc/machine_kexec.c b/xen/arch/powerpc/machine_kexec.c index df7ad0c9b6..2debd26a7e 100644 --- a/xen/arch/powerpc/machine_kexec.c +++ b/xen/arch/powerpc/machine_kexec.c @@ -1,5 +1,6 @@ #include /* for printk() used in stubs */ #include +#include #include int machine_kexec_load(int type, int slot, xen_kexec_image_t *image) @@ -13,11 +14,6 @@ void machine_kexec_unload(int type, int slot, xen_kexec_image_t *image) printk("STUB: " __FILE__ ": %s: not implemented\n", __FUNCTION__); } -void machine_kexec(xen_kexec_image_t *image) -{ - printk("STUB: " __FILE__ ": %s: not implemented\n", __FUNCTION__); -} - void machine_reboot_kexec(xen_kexec_image_t *image) { printk("STUB: " __FILE__ ": %s: not implemented\n", __FUNCTION__); -- 2.30.2